[INFO] fetching crate cf-env 0.1.9...
[INFO] fixing cf-env-0.1.9 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate cf-env 0.1.9 into /workspace/builds/worker-6-tc2/source
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate cf-env 0.1.9
[INFO] finished tweaking crates.io crate cf-env 0.1.9
[INFO] tweaked toml for crates.io crate cf-env 0.1.9 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cf-env 0.1.9 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 33 packages to latest compatible versions
[INFO] [stderr]       Adding guid-create v0.3.1 (available: v0.5.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 298b487ab0f059ddba73b3318c11c8dc984e2534c077ab278d4ac41af4fb1b4e
[INFO] running `Command { std: "docker" "start" "298b487ab0f059ddba73b3318c11c8dc984e2534c077ab278d4ac41af4fb1b4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "298b487ab0f059ddba73b3318c11c8dc984e2534c077ab278d4ac41af4fb1b4e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "298b487ab0f059ddba73b3318c11c8dc984e2534c077ab278d4ac41af4fb1b4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "298b487ab0f059ddba73b3318c11c8dc984e2534c077ab278d4ac41af4fb1b4e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking locale-types v0.4.0
[INFO] [stderr]     Checking guid-create v0.3.1
[INFO] [stderr]     Checking cf-env v0.1.9 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/lib.rs (59 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
[INFO] [stderr] crater-edition-check: cf-env v0.1.9 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking cf-env v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:454:9
[INFO] [stdout]     |
[INFO] [stdout] 454 |         unsafe { std::env::set_var("CF_INSTANCE_ADDR", "10.24.8.2:8080") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:10:11
[INFO] [stdout]     |
[INFO] [stdout]  10 | #![forbid(unsafe_code)]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         unsafe { std::env::set_var("CF_INSTANCE_ADDR", "10.24.8.2:port") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 |         unsafe { std::env::remove_var(crate::CF_INSTANCE_ADDR) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:489:9
[INFO] [stdout]     |
[INFO] [stdout] 489 |         unsafe { std::env::set_var("CF_INSTANCE_ADDR", "host:8080") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:498:9
[INFO] [stdout]     |
[INFO] [stdout] 498 |         unsafe { std::env::set_var("CF_INSTANCE_GUID", "046463bc-1ba9-4046-bf5a-bd95672ee871") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:511:9
[INFO] [stdout]     |
[INFO] [stdout] 511 |         unsafe { std::env::set_var("CF_INSTANCE_GUID", "046463bc-1ba9-4046-bf5a-bd95672ee81") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:520:9
[INFO] [stdout]     |
[INFO] [stdout] 520 |         unsafe { std::env::remove_var(crate::CF_INSTANCE_GUID) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:529:9
[INFO] [stdout]     |
[INFO] [stdout] 529 |         unsafe { std::env::set_var("CF_INSTANCE_INDEX", "8") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:539:9
[INFO] [stdout]     |
[INFO] [stdout] 539 |         unsafe { std::env::set_var("CF_INSTANCE_INDEX", "-1") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:548:9
[INFO] [stdout]     |
[INFO] [stdout] 548 |         unsafe { std::env::remove_var(crate::CF_INSTANCE_INDEX) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:557:9
[INFO] [stdout]     |
[INFO] [stdout] 557 |         unsafe { std::env::set_var("CF_INSTANCE_INDEX", "hello") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:566:9
[INFO] [stdout]     |
[INFO] [stdout] 566 |         unsafe { std::env::set_var("CF_INSTANCE_IP", "me.com") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:575:9
[INFO] [stdout]     |
[INFO] [stdout] 575 |         unsafe { std::env::remove_var(crate::CF_INSTANCE_IP) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:584:9
[INFO] [stdout]     |
[INFO] [stdout] 584 |         unsafe { std::env::set_var("CF_INSTANCE_IP", "670.120.01.94") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:593:9
[INFO] [stdout]     |
[INFO] [stdout] 593 |         unsafe { std::env::set_var("CF_INSTANCE_IP", "192.168.2.3") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:603:9
[INFO] [stdout]     |
[INFO] [stdout] 603 |         unsafe { std::env::set_var("CF_INSTANCE_INTERNAL_IP", "me.com") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:612:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         unsafe { std::env::remove_var(crate::CF_INSTANCE_INTERNAL_IP) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:621:9
[INFO] [stdout]     |
[INFO] [stdout] 621 |         unsafe { std::env::set_var("CF_INSTANCE_INTERNAL_IP", "670.120.01.94") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:630:9
[INFO] [stdout]     |
[INFO] [stdout] 630 |         unsafe { std::env::set_var("CF_INSTANCE_INTERNAL_IP", "192.168.2.3") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:640:9
[INFO] [stdout]     |
[INFO] [stdout] 640 |         unsafe { std::env::set_var("CF_INSTANCE_PORT", "8080") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:650:9
[INFO] [stdout]     |
[INFO] [stdout] 650 |         unsafe { std::env::set_var("CF_INSTANCE_PORT", "hello") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:659:9
[INFO] [stdout]     |
[INFO] [stdout] 659 |         unsafe { std::env::remove_var(crate::CF_INSTANCE_PORT) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:668:9
[INFO] [stdout]     |
[INFO] [stdout] 668 |         unsafe { std::env::set_var("PORT", "8080") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:678:9
[INFO] [stdout]     |
[INFO] [stdout] 678 |         unsafe { std::env::set_var("PORT", "hello") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:687:9
[INFO] [stdout]     |
[INFO] [stdout] 687 |         unsafe { std::env::remove_var(crate::PORT) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:696:9
[INFO] [stdout]     |
[INFO] [stdout] 696 |         unsafe { std::env::set_var("LANG", "en_US.UTF-8") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:706:9
[INFO] [stdout]     |
[INFO] [stdout] 706 |         unsafe { std::env::set_var("LANG", "hello") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:715:9
[INFO] [stdout]     |
[INFO] [stdout] 715 |         unsafe { std::env::remove_var(crate::LANG) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:724:9
[INFO] [stdout]     |
[INFO] [stdout] 724 |         unsafe { std::env::set_var(crate::USER, "vcap") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:734:9
[INFO] [stdout]     |
[INFO] [stdout] 734 |         unsafe { std::env::remove_var(crate::USER) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:743:9
[INFO] [stdout]     |
[INFO] [stdout] 743 |         unsafe { std::env::set_var("MEMORY_LIMIT", "512K") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:752:9
[INFO] [stdout]     |
[INFO] [stdout] 752 |         unsafe { std::env::set_var("MEMORY_LIMIT", "-512M") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:761:9
[INFO] [stdout]     |
[INFO] [stdout] 761 |         unsafe { std::env::remove_var(crate::MEMORY_LIMIT) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:770:9
[INFO] [stdout]     |
[INFO] [stdout] 770 |         unsafe { std::env::set_var("MEMORY_LIMIT", "512M") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:786:9
[INFO] [stdout]     |
[INFO] [stdout] 786 |         unsafe { std::env::set_var("VCAP_APPLICATION", APP_DATA) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:801:9
[INFO] [stdout]     |
[INFO] [stdout] 801 |         unsafe { std::env::set_var("VCAP_APPLICATION", data) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:810:9
[INFO] [stdout]     |
[INFO] [stdout] 810 |         unsafe { std::env::remove_var("VCAP_APPLICATION") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:820:9
[INFO] [stdout]     |
[INFO] [stdout] 820 |         unsafe { std::env::set_var("VCAP_SERVICES", SERVICE_DATA) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:833:9
[INFO] [stdout]     |
[INFO] [stdout] 833 |         unsafe { std::env::remove_var("VCAP_SERVICES") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:845:9
[INFO] [stdout]     |
[INFO] [stdout] 845 |         unsafe { std::env::set_var("VCAP_SERVICES", data) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:855:9
[INFO] [stdout]     |
[INFO] [stdout] 855 |         unsafe { std::env::set_var("VCAP_SERVICES", SERVICE_DATA) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:877:9
[INFO] [stdout]     |
[INFO] [stdout] 877 |         unsafe { std::env::set_var("VCAP_SERVICES", SERVICE_DATA) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:899:9
[INFO] [stdout]     |
[INFO] [stdout] 899 |         unsafe { std::env::set_var("VCAP_SERVICES", SERVICE_DATA) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:909:9
[INFO] [stdout]     |
[INFO] [stdout] 909 |         unsafe { std::env::remove_var("VCAP_SERVICES") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:919:9
[INFO] [stdout]     |
[INFO] [stdout] 919 |         unsafe { std::env::set_var("VCAP_SERVICES", SERVICE_DATA) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:946:9
[INFO] [stdout]     |
[INFO] [stdout] 946 |         unsafe { std::env::set_var("VCAP_SERVICES", SERVICE_DATA) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:968:9
[INFO] [stdout]     |
[INFO] [stdout] 968 |         unsafe { std::env::set_var("VCAP_SERVICES", SERVICE_DATA) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:978:9
[INFO] [stdout]     |
[INFO] [stdout] 978 |         unsafe { std::env::remove_var("VCAP_SERVICES") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/lib.rs:988:9
[INFO] [stdout]     |
[INFO] [stdout] 988 |         unsafe { std::env::set_var("DATABASE_URL", "mysql://root:root@192.168.2.3:3098") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1001:9
[INFO] [stdout]      |
[INFO] [stdout] 1001 |         unsafe { std::env::set_var("DATABASE_URL", "mysql:/root@root@192.168.2.3:3098") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1010:9
[INFO] [stdout]      |
[INFO] [stdout] 1010 |         unsafe { std::env::remove_var(crate::DATABASE_URL) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1019:9
[INFO] [stdout]      |
[INFO] [stdout] 1019 |         unsafe { std::env::set_var("HOME", "/home/vcap") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1029:9
[INFO] [stdout]      |
[INFO] [stdout] 1029 |         unsafe { std::env::remove_var("HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1038:9
[INFO] [stdout]      |
[INFO] [stdout] 1038 |         unsafe { std::env::set_var("PWD", "/home/vcap") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1048:9
[INFO] [stdout]      |
[INFO] [stdout] 1048 |         unsafe { std::env::remove_var("PWD") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1057:9
[INFO] [stdout]      |
[INFO] [stdout] 1057 |         unsafe { std::env::set_var("TMPDIR", "/tmp") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1067:9
[INFO] [stdout]      |
[INFO] [stdout] 1067 |         unsafe { std::env::remove_var("TMPDIR") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1076:9
[INFO] [stdout]      |
[INFO] [stdout] 1076 |         unsafe { std::env::set_var("VCAP_APPLICATION", "test") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1085:9
[INFO] [stdout]      |
[INFO] [stdout] 1085 |         unsafe { std::env::remove_var("VCAP_APPLICATION") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:269:37
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub fn get_service_by_name<T>(name: &str) -> Result<Service<T>, Error>
[INFO] [stdout]     |                                     ^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub fn get_service_by_name<T>(name: &str) -> Result<Service<T>, Error<'_>>
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:327:43
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub fn get_services_by_type<T>(type_name: &str) -> Result<Vec<Service<T>>, Error>
[INFO] [stdout]     |                                           ^^^^ the lifetime is elided here ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub fn get_services_by_type<T>(type_name: &str) -> Result<Vec<Service<T>>, Error<'_>>
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:269:37
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub fn get_service_by_name<T>(name: &str) -> Result<Service<T>, Error>
[INFO] [stdout]     |                                     ^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub fn get_service_by_name<T>(name: &str) -> Result<Service<T>, Error<'_>>
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:327:43
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub fn get_services_by_type<T>(type_name: &str) -> Result<Vec<Service<T>>, Error>
[INFO] [stdout]     |                                           ^^^^ the lifetime is elided here ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub fn get_services_by_type<T>(type_name: &str) -> Result<Vec<Service<T>>, Error<'_>>
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cf-env` (lib test) due to 59 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "298b487ab0f059ddba73b3318c11c8dc984e2534c077ab278d4ac41af4fb1b4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "298b487ab0f059ddba73b3318c11c8dc984e2534c077ab278d4ac41af4fb1b4e", kill_on_drop: false }`
[INFO] [stdout] 298b487ab0f059ddba73b3318c11c8dc984e2534c077ab278d4ac41af4fb1b4e
